home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_129 / mrbackup / mrbackup2.0 / poster3 < prev    next >
Text File  |  1992-05-06  |  2KB  |  56 lines

  1. Article 14835 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!husc6!linus!raybed2!rayssd!galaxia!amanpt1!mrr
  3. From: mrr@amanpt1.UUCP (Mark Rinfret)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Screen.c source for MRBackup
  6. Keywords: blew,it,again
  7. Message-ID: <407@amanpt1.UUCP>
  8. Date: 6 Feb 88 16:52:04 GMT
  9. Organization: Aquidneck Management Associates
  10. Lines: 998
  11.  
  12.  
  13. In my recent posting of MRBackup, I omitted the file Screen.c.  I sincerely
  14. apologize for the omission.  I've posted it here to get it out as quickly
  15. as possible.  By the way - I also found a bug (a typo) in Backup.c.  Look
  16. for a statement beginning with:
  17.  
  18.     if ( ! CheckExclude( FIB->fib_FileName && ...
  19.  
  20. There should be a right paren after fib_FileName.  Natch, you'll have to
  21. balance parens in the rest of the statement.  
  22.  
  23. For those who are interested, MRBackup 2.1 is ready for consumption.  I've
  24. added the ability to test/set the file system archive bits (thanks to 
  25. Steve Drew for the idea).  I've also changed the context saving routine to
  26. use an external file and there's a new command, Resume Backup, which you
  27. may find extremely useful.  Essentially, information about the state of the
  28. backup list is saved to a file (S:MRBackup.context) as each new backup
  29. floppy is started.  Should some non-recoverable error occur during a backup
  30. (power failure, core meltdown, etc.) you can pick up where you left off
  31. with the Resume Backup command.  Clever people will also discover that this
  32. is a nifty way to backup a disjoint set of files (edit s:mrbackup.context,
  33. then use Resume Backup).
  34.  
  35. I will probably not be posting any more source (since I can't seem to do
  36. it right anyway :-) but it will remain available.  For anyone who wants it,
  37. just mail me $2.00 and I'll send you whatever's "hot":
  38.  
  39.     Mark R. Rinfret
  40.     348 Indian Avenue
  41.     Portsmouth, RI 02871
  42.  
  43. Of course, that will include the most recent executable and docs.
  44.  
  45. Mark
  46.  
  47. P.S. I haven't gotten a response to my previous query regarding the endless
  48.      retry situation with "Write to bad floppy".  Has anyone checked it out?
  49.  
  50. -- 
  51. < Mark R. Rinfret,  mrr@amanpt1.ZONE1.COM | ...rayssd!galaxia!amanpt1!mrr    >
  52. < Aquidneck Management Associates       Home: 401-846-7639                   >
  53. < 6 John Clarke Road                    Work: 401-849-8900 x56               >
  54. < Middletown, RI 02840              "If I just had a little more time...">
  55.  
  56.